Search
GenericGauge(T).setScales Method
See Also
 






Sets the scales contained in the gauge.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public void setScales (
    ObservableList<T> value
)

 Parameters

value

An ObservableList containing gauge's scales.

 See Also